--- layout: default title: Home ---

Hey, I'm Erik

weisser.dev

Software developer obsessed with microservices, cloud architecture, AI automation and side projects. I build things, document what I learn, and ship fast.

Latest Posts

{% for post in site.posts limit:10 %}

{{ post.title }}

{% if post.excerpt %}

{{ post.excerpt | strip_html | truncate: 160 }}

{% endif %} {% if post.repo %}

{{ post.repo | remove: "https://github.com/" }}

{% endif %} {% if post.tags %}
{% for tag in post.tags %}{{ tag }}{% endfor %}
{% endif %}
{% endfor %}